home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / asm32.zip / DATASEG.INC < prev    next >
Text File  |  1995-09-03  |  163b  |  9 lines

  1. ; data segment definition for ASM32 library functions
  2.  
  3. IFDEF    NEARMODEL
  4. _NEAR    segment dword public 'near' use32
  5.     assume cs:_NEAR, ds:_NEAR
  6. ELSE
  7. .data
  8. ENDIF
  9.